  .container{

}
.row{

}
.col{

}
.white
{
  background-color: blue;
}
.green
{
  background-color: #c0392b;
}
.titlered
{
  color: #e74c3c;
  font-size: 18px;
}
#cblack
{
  color: black;
  font-weight: 600;
  width: 170%;
  border-bottom: 1px solid #e74c3c;
  line-height: 35px;
}


.black
{

  font-size: 12px;
}
.section{
  padding-top: 70px;
  padding-bottom: 70px;

}
.section h2.section-head{
    text-align: center;
    color:black;
    margin-bottom: 40px;
}
.section h2.section-head:after{
  content: "";
  display: block;
  background-color: #c0392b;
  height: 4px;
  width: 100px;
  margin: 20px auto;
}
#header{
  color: white;
  background-color:#e74c3c;

}
#logo{
  font-size: 2rem;
  margin-top:6px;
}

.nav-item a:hover{
  background-color: #c0392b;
}
#menu{
  display: block;
}
#banner{

  background-size:cover;
}
.banner-title{

}
.banner-title h1{
  background: rgba(255,255,255,0.3);
  display: inline-block;
padding: 10;
margin: 0;

}
.banner-title p.lead{
color: white;
 background: rgba(231, 76, 60,0.6);
  padding: 10px;
}
.service-box{
  text-align: center;
  margin-bottom: 10px;
}
.service-box i.fa{
  color:#e74c3c;
  font-size: 70px;
  margin-bottom: 15px;
}
#testimonial{
  background: rgba(231, 76, 60,0.8);


}
.service-box-1{
  text-align: left;
  margin-bottom: 10px;
  background: rgba(0,0,0,0.1);
  padding: 30px;
    height: 370px;
}
.authorname{
  font-size: 16px;
  font-weight: 500;
  margin-left:0px;
  margin-top:0px;
  color: white;

}
.company{
  font-size: 14px;
  color: white;


}
.image{
  height: 70px;
  width:70px;
  border-radius: 50%;
  }
#news{
  max-height: 127px;
 overflow: hidden;
  margin-left: -18px;
  margin-top: -20px;
  font-size: 14px;

}
#readmore{
  margin-left: -10px;
  color:red;
  font-size: 12px;

}
#card{
  box-shadow:0 0 5px 5px rgba(0, 0, 0, 0.4);
  outline: none;





}
/*to rotare theb cars on ssome angle*/
/*.card{
  transition: .3s ease-in-out;
  transform: perspective(3rem) rotatey(1deg);
}
.card:hover{
  transition: .3s ease-in-out;
  transform: perspective(1rem) rotatey(0deg);

}*/
.card:hover{
  transition: .3s ease-in-out;
  transform: scale(0.9);
}
#footer{
background-color:#e74c3c;
color: white;
}
.about{

}
.about:after{
  content: "";
  background-color: white;
  display: block;
  height: 3px;
  width: 80px;
  margin-top: 10px;

}
.copyright{
  color:white;
  height:60px;
}
.slider{

  margin-top: -130px;


  max-height: auto;
}

/*form css*/
.contact-form{
   background: rgba(231, 76, 60,0.3);

    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: black;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: black;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
/*table css*/
.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
    }
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
    }
    .menubg{
background-color:#e74c3c;
color: white;
}
.input1{
  width: 100%;
  height: 37px;
  outline: transparent;
  border-radius: 5px;
  
  
}


